-
Notifications
You must be signed in to change notification settings - Fork 31.1k
Fix an annoying flaky test #40000
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix an annoying flaky test #40000
Conversation
|
The docs for this PR live here. All of your documentation changes will be reflected on that endpoint. The docs are available until 30 days after the last update. |
vasqu
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Also seeing this in #40002 🙏
this is only valid if we are using HF's related methods I believe (something similar to When it is in user prompt, do you know what methods are used to download images? (pure python |
ydshieh
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
OK, just have a question but we can check later. Thanks
|
Ah, then I am not sure if this helps with issues because of too many requests. The chat template script uses simple |
|
Oke, let's merge and see if it becomes less flaky |
|
PR #40000 😱 |
|
Congratulation! You should tweet this! |
What does this PR do?
As per title, trying to download the image from
picsumtimes out if we run the test many times, so I moved the image to HF hub. AFAIK we can make many subsequent requests to hub downloads when testing